home *** CD-ROM | disk | FTP | other *** search
/ Freelog 114 / FreelogNo114-MarsAvril2013.iso / Systeme / IObit StartMenu8 / startmenu-setup.exe / {app} / Check.exe / RCDATA / TMESCRSHOTFORM / TMESCRSHOTFORM.txt
Text File  |  2013-01-25  |  973b  |  47 lines

  1. object ScrShotForm: TMEScrShotForm
  2.   ActiveControl = ContinueBtn
  3.   Message = 'Screenshot Configuration'
  4.   MinWidth = 0
  5.   OnAction = 'madExcept.HandleScreenshotForm'
  6.   Timer = 250
  7.   object ContinueBtn: INVButton
  8.     Caption = 'Continue'
  9.     Enabled = True
  10.     NoOwnerDraw = False
  11.     Visible = True
  12.   end
  13.   object SkipBtn: INVButton
  14.     Caption = 'Skip'
  15.     Enabled = False
  16.     NoOwnerDraw = False
  17.     Visible = True
  18.   end
  19.   object CancelBtn: INVButton
  20.     Caption = 'Cancel'
  21.     Enabled = True
  22.     NoOwnerDraw = False
  23.     Visible = True
  24.   end
  25.   object AttachCheck: INVCheckBox
  26.     Caption = 'attach a screenshot to the bug report'
  27.     Checked = True
  28.     Enabled = True
  29.     OutputName = ''
  30.     Spacing = 0
  31.   end
  32.   object ScrShotImg: INVImage
  33.     Border = True
  34.     Clickable = True
  35.     Enabled = True
  36.     File = ''
  37.     Height = 0
  38.     Spacing = 0
  39.     Width = 0
  40.   end
  41.   object Label1: INVLabel
  42.     Caption = '(click to edit image)'
  43.     Enabled = True
  44.     Spacing = 0
  45.   end
  46. end
  47.